home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / progs / demos / glutmech / Imakefile < prev    next >
Makefile  |  1996-11-11  |  214b  |  16 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1996. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = glutmech
  7.  
  8. SRCS =  glutmech.c
  9. OBJS =  glutmech.o
  10.  
  11. AllTarget($(TARGETS))
  12.  
  13. NormalGlutProgramTarget(glutmech,$(OBJS))
  14.  
  15. DependTarget()
  16.